home *** CD-ROM | disk | FTP | other *** search
/ CD World 1997 November / CD World - Kasım 1997.iso / graphics / avi / avict32.exe / 0 / RCDATA / TJCOPTWND / TJCOPTWND.txt
Text File  |  1997-06-04  |  6KB  |  246 lines

  1. object JCOptWnd: TJCOptWnd
  2.   Left = 0
  3.   Top = -1
  4.   Width = 249
  5.   Height = 390
  6.   Caption = 'Jpeg Encoding Options ...'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   PixelsPerInch = 120
  12.   OnClose = FormClose
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object Label2: TLabel
  16.     Left = 0
  17.     Top = 0
  18.     Width = 241
  19.     Height = 20
  20.     Align = alTop
  21.     Caption = 'General Options:'
  22.     Font.Color = clHighlight
  23.     Font.Height = -17
  24.     Font.Name = 'Times New Roman'
  25.     Font.Pitch = fpVariable
  26.     Font.Style = [fsBold, fsItalic]
  27.     ParentFont = False
  28.   end
  29.   object QualityLabel: TLabel
  30.     Left = 0
  31.     Top = 159
  32.     Width = 241
  33.     Height = 20
  34.     Align = alTop
  35.     Caption = 'Quality:'
  36.     Font.Color = clHighlight
  37.     Font.Height = -17
  38.     Font.Name = 'Times New Roman'
  39.     Font.Pitch = fpVariable
  40.     Font.Style = [fsBold, fsItalic]
  41.     ParentFont = False
  42.   end
  43.   object Label1: TLabel
  44.     Left = 0
  45.     Top = 200
  46.     Width = 241
  47.     Height = 20
  48.     Align = alTop
  49.     Caption = 'Encoding Meathod:'
  50.     Font.Color = clHighlight
  51.     Font.Height = -17
  52.     Font.Name = 'Times New Roman'
  53.     Font.Pitch = fpVariable
  54.     Font.Style = [fsBold, fsItalic]
  55.     ParentFont = False
  56.   end
  57.   object GeneralPanel: TMRPanel
  58.     Left = 0
  59.     Top = 20
  60.     Width = 241
  61.     Height = 139
  62.     Align = alTop
  63.     BorderWidth = 2
  64.     TabOrder = 0
  65.     BorderSides = []
  66.     Moveable = False
  67.     CBorderStyle = cbsNone
  68.     object DoBaseLine: TMRCheckBox
  69.       Left = 3
  70.       Top = 3
  71.       Width = 235
  72.       Height = 21
  73.       Caption = 'Baseline (8-bit quantizer values.)'
  74.       Font.Color = clBtnText
  75.       Font.Height = -17
  76.       Font.Name = 'Times New Roman'
  77.       Font.Pitch = fpVariable
  78.       Font.Style = [fsBold]
  79.       ParentFont = False
  80.       TabOrder = 0
  81.       OnClick = DoBaseLineClick
  82.       Moveable = False
  83.       CBorderStyle = cbsNone
  84.       Align = alTop
  85.     end
  86.     object JpegGrayScale: TMRCheckBox
  87.       Left = 3
  88.       Top = 24
  89.       Width = 235
  90.       Height = 21
  91.       Caption = 'Grayscale image.'
  92.       Font.Color = clBtnText
  93.       Font.Height = -17
  94.       Font.Name = 'Times New Roman'
  95.       Font.Pitch = fpVariable
  96.       Font.Style = [fsBold]
  97.       ParentFont = False
  98.       TabOrder = 1
  99.       OnClick = JpegGrayScaleClick
  100.       Moveable = False
  101.       CBorderStyle = cbsNone
  102.       Align = alTop
  103.     end
  104.     object JpegProgressive: TMRCheckBox
  105.       Left = 3
  106.       Top = 65
  107.       Width = 235
  108.       Height = 21
  109.       Caption = 'Progressive'
  110.       Font.Color = clBtnText
  111.       Font.Height = -17
  112.       Font.Name = 'Times New Roman'
  113.       Font.Pitch = fpVariable
  114.       Font.Style = [fsBold]
  115.       ParentFont = False
  116.       TabOrder = 2
  117.       OnClick = JpegProgressiveClick
  118.       Moveable = False
  119.       CBorderStyle = cbsNone
  120.       Align = alTop
  121.     end
  122.     object JpegOptimize: TMRCheckBox
  123.       Left = 3
  124.       Top = 45
  125.       Width = 235
  126.       Height = 20
  127.       Caption = 'Optimize'
  128.       Font.Color = clBtnText
  129.       Font.Height = -17
  130.       Font.Name = 'Times New Roman'
  131.       Font.Pitch = fpVariable
  132.       Font.Style = [fsBold]
  133.       ParentFont = False
  134.       TabOrder = 3
  135.       OnClick = JpegOptimizeClick
  136.       Moveable = False
  137.       CBorderStyle = cbsNone
  138.       Align = alTop
  139.     end
  140.     object SmoothValue: TMRScrollBar
  141.       Left = 3
  142.       Top = 107
  143.       Width = 235
  144.       Height = 21
  145.       LargeChange = 10
  146.       Position = 100
  147.       TabOrder = 4
  148.       OnChange = SmoothValueChange
  149.       Moveable = False
  150.       CBorderStyle = cbsNone
  151.       Align = alTop
  152.     end
  153.     object JpegSmooth: TMRCheckBox
  154.       Left = 3
  155.       Top = 86
  156.       Width = 235
  157.       Height = 21
  158.       Caption = 'Smooth'
  159.       Font.Color = clBtnText
  160.       Font.Height = -17
  161.       Font.Name = 'Times New Roman'
  162.       Font.Pitch = fpVariable
  163.       Font.Style = [fsBold]
  164.       ParentFont = False
  165.       TabOrder = 5
  166.       OnClick = JpegSmoothClick
  167.       Moveable = False
  168.       CBorderStyle = cbsNone
  169.       Align = alTop
  170.     end
  171.   end
  172.   object DecodePanel: TMRPanel
  173.     Left = 0
  174.     Top = 220
  175.     Width = 241
  176.     Height = 138
  177.     Align = alClient
  178.     BorderWidth = 2
  179.     TabOrder = 1
  180.     BorderSides = []
  181.     Moveable = False
  182.     CBorderStyle = cbsNone
  183.     object jpegDecodeSlow: TARadioBtn
  184.       Left = 3
  185.       Top = 24
  186.       Width = 235
  187.       Height = 21
  188.       Caption = 'Integer DCT method (default)'
  189.       Font.Color = clBtnText
  190.       Font.Height = -17
  191.       Font.Name = 'Times New Roman'
  192.       Font.Pitch = fpVariable
  193.       Font.Style = [fsBold]
  194.       ParentFont = False
  195.       TabOrder = 0
  196.       OnClick = jpegDecodeSlowClick
  197.       align = alTop
  198.     end
  199.     object jpegDecodeFast: TARadioBtn
  200.       Left = 3
  201.       Top = 3
  202.       Width = 235
  203.       Height = 21
  204.       Caption = 'Fast integer DCT (less accurate)'
  205.       Font.Color = clBtnText
  206.       Font.Height = -17
  207.       Font.Name = 'Times New Roman'
  208.       Font.Pitch = fpVariable
  209.       Font.Style = [fsBold]
  210.       ParentFont = False
  211.       TabOrder = 1
  212.       OnClick = jpegDecodeFastClick
  213.       align = alTop
  214.     end
  215.     object JpegDecodeFloat: TARadioBtn
  216.       Left = 3
  217.       Top = 45
  218.       Width = 235
  219.       Height = 20
  220.       Caption = 'Float (More accurate)'
  221.       Font.Color = clBtnText
  222.       Font.Height = -17
  223.       Font.Name = 'Times New Roman'
  224.       Font.Pitch = fpVariable
  225.       Font.Style = [fsBold]
  226.       ParentFont = False
  227.       TabOrder = 2
  228.       OnClick = JpegDecodeFloatClick
  229.       align = alTop
  230.     end
  231.   end
  232.   object JpegQuality: TMRScrollBar
  233.     Left = 0
  234.     Top = 179
  235.     Width = 241
  236.     Height = 21
  237.     LargeChange = 10
  238.     Position = 100
  239.     TabOrder = 2
  240.     OnChange = JpegQualityChange
  241.     Moveable = False
  242.     CBorderStyle = cbsNone
  243.     Align = alTop
  244.   end
  245. end
  246.